table of contents
FORBIDDEN_WORDS.CO(5) | LIBREPORT MANUAL | FORBIDDEN_WORDS.CO(5) |
NAME¶
forbidden_words.conf - configuration file for libreport.
DESCRIPTION¶
This configuration file specifies which words are highlighted in User Interface during the process of reporting a problem for the purpose of warning a user and getting his attention before he publish security sensitive data.
The configuration format is one line per forbidden word.
Users can provide own file with the list of forbidden words which will be appended to the list of forbidden words loaded from /etc/libreport/forbidden_words.conf
EXAMPLES¶
System configuration:
/etc/libreport/forbidden_words.conf
password login mastercard
User configuration:
$XDG_CONFIG_HOME/abrt/settings/forbidden_words.conf
usersecretpassword
SEE ALSO¶
report-gtk(1), ignored_words.conf(5), ignored_elements.conf(5)
AUTHOR¶
•ABRT team
06/07/2022 | LIBREPORT 2.15.2 |